The following table lists and describes events of the Group Grid Tool.
| Event | Description | |
|---|---|---|
|
EventContextMenu runs when one of the custom context menu items that is defined or overridden by this object is clicked. |
||
|
EventDClick runs when the user clicks the left-mouse button twice. |
||
|
EventDClickCol runs when the user clicks the left mouse button twice on the column. |
||
|
EventDClickCorner runs when the user clicks the left mouse button twice on the upper lefthand cell. |
||
|
EventDClickRow runs when the user clicks the left mouse button twice in the row. |
||
|
EventInitialize runs when TheView is started in Run or Preview mode to allow further initialization for the control. |
||
|
EventLClick runs when the user clicks the left mouse button once. |
||
|
EventLClickCol runs when the user clicks the left mouse button once on the column. |
||
|
EventLClickCorner runs when the user clicks the left mouse button on the upper lefthand cell. |
||
|
EventLClickRow runs when the user clicks the left mouse button once on the row. |
||
|
EventPointChange runs when an unrelated point is updated. This event can significantly reduce initialization time for screens that may contain objects configured for unrelated points. Unrelated points can be registered using an object’s RegisterPointForChangeNotice method, if applicable. |
||
|
EventPreToolTip gives a script writer an opportunity to create a custom tooltip via script just before the tooltip is shown, when it is needed, and not during screen initialization, which can reduce loading time. Example
|
||
|
EventPumpData is a legacy event, and is effectively obsolete. Do not use. In the past, this event would run when data was "pumped" to TheView. |
||
|
EventRClick runs when the user clicks the right mouse button once. |
||
|
EventRClickCol runs when the user clicks the right mouse button once on the column. |
||
|
EventRClickCorner runs when the user clicks the right mouse button once on the corner. |
||
|
EventRClickRow runs when the user clicks the right mouse button once on the row. |
||
|
EventRowChange runs when the user moves the selection between rows. |
||
|
EventTrendAddTag runs when a user adds a point to a single-point trend. |
||
|
EventTrendRemoveTag runs when a user removes a point from a single-point trend. |
||
|
EventTrendSingleTag runs when a user starts a single point trend. |
||
|
EventTrendSingleTagRollup runs when a user starts a rollup trend for a single point. |